Skip to main content

All Questions

0votes
2answers
3kviews

CodedUI test - can't send plain text password into input field

at some point when I send password into the input field on the form, looks like it gets encrypted. Password length is 8, but CodedUI is entering more characters, it's visible during test execution. ...
xmp's user avatar
  • 114
4votes
1answer
1kviews

How to recognize WPF drawing visuals in UIAutomation?

Our application has a canvas, to which we add the drawing visuals (like lines, polygons etc) // sample code var canvas = new Canvas(); // create canvas var visuals = new VisualCollection(canvas); // ...
Schu's user avatar
  • 1,164
0votes
2answers
300views

Does anyone have some links/online material explaining how coded UI test works?

We have used UI Automation for automating our application and wanted to move the scripts from UI automation to the coded UI. I need to understand how it works behind the scene. Please share any links/...
NewAutoUser's user avatar
2votes
1answer
3kviews

Coded UI Test vs. Microsoft UI Automation library

I want to do UI testing of my complex WPF application. I have come across two libraries for UI Automation: Coded UI Test Microsoft UI Automation Library. I am confused in above two options. Please let ...
CodingNinja's user avatar

close